Skip to content

Conversation

@mtfishman
Copy link
Member

@mtfishman mtfishman commented Nov 24, 2025

Refactor matricize/unmatricize so that the core functionality doesn't depend on special types like BlockedTuple and BlockedPermutation so they are friendlier to overload for downstream packages.

Also, refactors the matricized contraction logic so the fusion style is computed ahead of time, stored in the algorithm type, and used in all calls to matricize and unmatricize.

Closes #95.

@codecov
Copy link

codecov bot commented Nov 24, 2025

Codecov Report

❌ Patch coverage is 79.80769% with 21 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.89%. Comparing base (5c7a9bb) to head (1fb114f).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/matricize.jl 74.39% 21 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #96      +/-   ##
==========================================
- Coverage   92.27%   89.89%   -2.39%     
==========================================
  Files          16       16              
  Lines         492      554      +62     
==========================================
+ Hits          454      498      +44     
- Misses         38       56      +18     
Flag Coverage Δ
docs 0.00% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mtfishman mtfishman closed this Nov 24, 2025
@mtfishman mtfishman reopened this Nov 24, 2025
@mtfishman mtfishman merged commit 10f6e1a into main Nov 24, 2025
33 of 38 checks passed
@mtfishman mtfishman deleted the mf/matricize-refactor branch November 24, 2025 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants